allwinner_a64/android/external/compiler-rt/test/safestack/init.c
2018-08-08 16:14:42 +08:00

9 lines
145 B
C

// RUN: %clang_safestack %s -o %t
// RUN: %run %t
// Basic smoke test for the runtime library.
int main(int argc, char **argv)
{
return 0;
}