brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · cad8315 Raw
6 lines · c
1// This module only exists to make local decl IDs and global decl IDs different.2#ifndef DUMMY_H3#define DUMMY_H4struct Dummy {} extern *dummy1, *dummy2, *dummy3;5#endif6