forked from Imagelibrary/binutils-gdb
These tiny testcases test opening-and-dumping of single type kinds, and also linking and then opening-and-dumping.
4 lines
66 B
C
4 lines
66 B
C
#define __s __attribute__((section("NEW_SEC")))
|
|
|
|
int a;
|
|
int b __s; |