initial import
[vuplus_webkit] / Source / ThirdParty / gyp / test / assembly / src / lib1.c
1 int lib1_function(void) {
2   return 42;
3 }