isl_ast_codegen.c: fix typo in comment
[isl.git] / test_inputs / codegen / mod.c
blobdcd8319f4ca7f1881707e3601e522c6e5475d8c7
1 if (2 * (n % 100) == 3 * (m % 200))
2 A();