1 // { dg-additional-options -fmodules-ts }
2 import Foo;
3 
4 // We see no MACRO
5 
main()6 int main ()
7 {
8   return !(MACRO (5) == -3);
9 }
10