blob: d38a3521caffe7f132195ef7e58af575fa6ed64a (
about) (
plain)
1
2
3
4
5
|
// This file intentionally has a bug. It is intended
// to be used with serialized-diagnostics.c to show
// how errors are handled with #includes in serialized
// diagnostics.
char *badStr = 1;
|