Skip to content
Snippets Groups Projects
Verified Commit 42e8b552 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add macro test to file

parent ff5def8a
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment