Richard Smith | 9dd9f03 | 2013-08-30 00:23:29 +0000 | [diff] [blame] | 1 | // This module only exists to make local decl IDs and global decl IDs different. |
Richard Smith | f7aeda1 | 2016-01-08 22:36:45 +0000 | [diff] [blame] | 2 | #ifndef DUMMY_H |
3 | #define DUMMY_H | ||||
Richard Smith | 9dd9f03 | 2013-08-30 00:23:29 +0000 | [diff] [blame] | 4 | struct Dummy {} extern *dummy1, *dummy2, *dummy3; |
Richard Smith | f7aeda1 | 2016-01-08 22:36:45 +0000 | [diff] [blame] | 5 | #endif |