add macro test to file

time-shift
Houtan Bastani 2019-06-24 09:49:36 +02:00
parent ff5def8a00
commit 42e8b55274
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 4 additions and 0 deletions

View File

@ -157,3 +157,7 @@ stoch_simul;
@#error "String comparison"
@#endif
@#define f(x) = x + "C"
@#if "A" + f("B") != "ABC"
@#error "Problem with String concatenation"
@#endif