]> git.ipfire.org Git - thirdparty/glibc.git/blob - misc/tst-empty.c
aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS
[thirdparty/glibc.git] / misc / tst-empty.c
1 /* The most useful C program known to man. */
2 static int
3 do_test (void)
4 {
5 return 0;
6 }
7
8 #include <support/test-driver.c>