cbc/test/if2.cb

9 lines
92 B
Plaintext

import stdio;
int
main(int argc, char **argv)
{
if (2) { puts("OK"); }
return 0;
}