Home | History | Annotate | Download | only in Inputs
      1 // This module only exists to make local decl IDs and global decl IDs different.
      2 #ifndef DUMMY_H
      3 #define DUMMY_H
      4 struct Dummy {} extern *dummy1, *dummy2, *dummy3;
      5 #endif
      6