0001-sanity.c (88B)
1 /* 2 PATTERN: 3 0001-sanity.c:9: error: 'FOO' undeclared 4 . 5 */ 6 7 int main() 8 { 9 return FOO; 10 } 11