1#include <stdio.h>
2
3int foo() { return 0; }
4
5int main(int argc, char **argv) { return foo(); }
6

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/macosx/universal64/main.c