1@import macro1;
2
3void foo(void) {
4  maybeNull(0, 0);
5}
6