libctf: by-kind tests

These tiny testcases test opening-and-dumping of single type kinds,
and also linking and then opening-and-dumping.
This commit is contained in:
Nick Alcock
2025-04-25 21:50:14 +01:00
parent 66bc737718
commit 4a4fbfd42e
34 changed files with 486 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#define __s __attribute__((section("NEW_SEC")))
int a;
int b __s;