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