blob: cad83154dc2e8429f1db31d2c203079778e3b1b1 [file] [log] [blame]
Richard Smith9dd9f032013-08-30 00:23:29 +00001// This module only exists to make local decl IDs and global decl IDs different.
Richard Smithf7aeda12016-01-08 22:36:45 +00002#ifndef DUMMY_H
3#define DUMMY_H
Richard Smith9dd9f032013-08-30 00:23:29 +00004struct Dummy {} extern *dummy1, *dummy2, *dummy3;
Richard Smithf7aeda12016-01-08 22:36:45 +00005#endif