llvm-for-llvmta/tools/clang/test/Modules/Inputs/dummy.h

6 lines
170 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// This module only exists to make local decl IDs and global decl IDs different.
#ifndef DUMMY_H
#define DUMMY_H
struct Dummy {} extern *dummy1, *dummy2, *dummy3;
#endif