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