/* 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;