2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr7356.c
blob84baf078b96394aaa62a39b515c7e7b571e2b8cc
1 /* { dg-options "-fdiagnostics-show-caret" } */
3 a /* { dg-line stray_token } */
4 #include <stdlib.h>
5 #include <stdio.h>
6 #include <string.h>
7 int main(int argc, char** argv)
9 return 0;
12 /* { dg-error "expected ';' before '.*'" "" { target *-*-* } stray_token } */
13 /* { dg-begin-multiline-output "" }
17 { dg-end-multiline-output "" } */