blob: cff75f5f8939d77cdcf1314876e5626abef914f0 [file] [log] [blame]
Peter Collingbourneb64d0b12015-06-15 21:08:47 +00001// 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}