mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Initial commit
This commit is contained in:
9
tools/gyp/test/compilable/src/program.cpp
Normal file
9
tools/gyp/test/compilable/src/program.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include "lib1.hpp"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
fprintf(stdout, "Hello from program.c\n");
|
||||
fflush(stdout);
|
||||
lib1_function();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user