Move test-suite output files to validation/.gitignore
[smatch.git] / validation / bad-assignment.c
blobec157f0c2f2c43edf9b9d8a62314611c57e3d8b4
1 static int foo(int a)
3 a |=\1;
5 return a;
7 /*
8 * check-name: bad assignment
10 * check-command: sparse $file
11 * check-exit-value: 1
13 * check-output-start
14 bad-assignment.c:3:6: error: Expected ; at end of statement
15 bad-assignment.c:3:6: error: got \
16 * check-output-end
18 * check-known-to-fail