1*67e74705SXin Li // This module only exists to make local decl IDs and global decl IDs different. 2*67e74705SXin Li #ifndef DUMMY_H 3*67e74705SXin Li #define DUMMY_H 4*67e74705SXin Li struct Dummy {} extern *dummy1, *dummy2, *dummy3; 5*67e74705SXin Li #endif 6