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