xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-read-ctf
/
test-const-array.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-read-ctf/
1
/* gcc -gctf -c
test-const-array.c
-o test-const-array.o */
2
const
char
a[
32
];
3