[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / compiler-rt / test / safestack / init.c
blobcff75f5f8939d77cdcf1314876e5626abef914f0
1 // RUN: %clang_safestack %s -o %t
2 // RUN: %run %t
4 // Basic smoke test for the runtime library.
6 int main(int argc, char **argv)
8 return 0;