xref: /llvm-project/clang/test/Modules/Inputs/dummy.h (revision f7aeda1f07dd46ea74efb2bc1d9f3aa33536991d)
19dd9f036SRichard Smith // This module only exists to make local decl IDs and global decl IDs different.
2*f7aeda1fSRichard Smith #ifndef DUMMY_H
3*f7aeda1fSRichard Smith #define DUMMY_H
49dd9f036SRichard Smith struct Dummy {} extern *dummy1, *dummy2, *dummy3;
5*f7aeda1fSRichard Smith #endif
6