mud/fluffos-2.23-ds03/testsuite/single/tests/compiler/succeed.c
2020-09-06 05:43:07 -07:00

25 lines
240 B
C

#pragma no_strict_types
foo() { }
bar(x) { }
#pragma strict_types
create() { }
void foo(int);
; // only a warning
int ident;
#define X1 id
#define X2 ent
int paste = X1##X2;
string x = @END
xxx
END;
string * y = @@END
xxx
yyy
zzz
END
;