1// RUN: %clang_safestack %s -o %t
2// RUN: %run %t
3
4// Basic smoke test for the runtime library.
5
6int main(int argc, char **argv)
7{
8 return 0;
9}
10

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of compiler-rt/test/safestack/init.c