diff options
Diffstat (limited to 'scripts/gendwarfksyms/examples/kabi_ex.c')
| -rw-r--r-- | scripts/gendwarfksyms/examples/kabi_ex.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gendwarfksyms/examples/kabi_ex.c b/scripts/gendwarfksyms/examples/kabi_ex.c index b73ee5399a59..1f799eb7c756 100644 --- a/scripts/gendwarfksyms/examples/kabi_ex.c +++ b/scripts/gendwarfksyms/examples/kabi_ex.c @@ -30,3 +30,8 @@ struct ex3b ex3b; struct ex3c ex3c; struct ex4a ex4a; + +struct ex5a ex5a; +struct ex5b ex5b; + +int ex6a; |