android13/external/compiler-rt/test/safestack/init.c

10 lines
145 B
C
Raw Normal View History

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