Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
6 lines
170 B
C
6 lines
170 B
C
// 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
|