diff options
Diffstat (limited to 'Modules/CheckIPOSupported/main.cpp')
-rw-r--r-- | Modules/CheckIPOSupported/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/CheckIPOSupported/main.cpp b/Modules/CheckIPOSupported/main.cpp new file mode 100644 index 0000000..5be0864 --- /dev/null +++ b/Modules/CheckIPOSupported/main.cpp @@ -0,0 +1,6 @@ +int foo(); + +int main() +{ + return foo(); +} |