Files
binutils-gdb/libctf/testsuite/libctf-lookup/lookup-datasec-ctf.c
Nick Alcock 4a4fbfd42e libctf: by-kind tests
These tiny testcases test opening-and-dumping of single type kinds,
and also linking and then opening-and-dumping.
2025-04-25 21:50:14 +01:00

4 lines
66 B
C

#define __s __attribute__((section("NEW_SEC")))
int a;
int b __s;