1 /* gcc -gctf -c test-fallback.c -o test-fallback.o
2
3 This test case is meant to test the fallback feature in
4 libabigail tools, so when those tools are executed without
5 the explicit use of `--ctf' option it should be use CTF
6 frond-end to build the IR.
7 */
8 int a;
9