blob: 8c767508495748e7f7a58c8bc1f3dfddd3851360 [file] [log] [blame]
/* REQUIRED_ARGS: -betterC
PERMUTE_ARGS:
*/
void test(int ij)
{
assert(ij);
#line 100 "anotherfile"
assert(ij,"it is not zero");
}
extern (C) int main()
{
test(1);
return 0;
}