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