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

submodule update: preprocessor

parent 98c2152e
Branches
Tags
No related merge requests found
Subproject commit a3e63101f4fcacbe6a4f3ed98849215cecda1e7d Subproject commit e5121176a91a6105ab07b1bc7a0be18f3757f029
...@@ -157,6 +157,11 @@ stoch_simul; ...@@ -157,6 +157,11 @@ stoch_simul;
@#error "String comparison" @#error "String comparison"
@#endif @#endif
@#define A = "La crise conomique"
@#if A[1,8,3,7,4,10,13,2,5,16,12,9,11,14,15,6,17:19] != "Le scnario comique"
@#error "Problem with string indexing/comparison"
@#endif
@#define f(x) = x + "C" @#define f(x) = x + "C"
@#if "A" + f("B") != "ABC" @#if "A" + f("B") != "ABC"
@#error "Problem with String concatenation" @#error "Problem with String concatenation"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment