forked from OSchip/llvm-project
10 lines
145 B
C
10 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;
|
||
|
}
|