ORCA-C/Tests/Deviance/D4.4.1.1.CC

1 line
232 B
Plaintext
Raw Normal View History

/* Deviance Test 4.4.1.1: Ensure declarations contain either a type specifier */ /* or storage class specifier or both */ main () { j; printf ("Failed Deviance Test 4.4.1.1\n"); }