[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / mod.c
blobdcd8319f4ca7f1881707e3601e522c6e5475d8c7
1 if (2 * (n % 100) == 3 * (m % 200))
2 A();