diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-04-19 18:31:18 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-04-19 18:31:18 +0300 |
| commit | 15ff1e4e48b91327c3d5884d0ffe1bcec0a36410 (patch) | |
| tree | 27717a039c8d64b6eb193fb54586a8956a0c55fd /test cases/windows/3 cpp/prog.cpp | |
| parent | aac4fd16033a8bfa2ef27710cd496ef6d129078a (diff) | |
| download | meson-15ff1e4e48b91327c3d5884d0ffe1bcec0a36410.tar.gz | |
Added test case for Windows cpp building.
Diffstat (limited to 'test cases/windows/3 cpp/prog.cpp')
| -rw-r--r-- | test cases/windows/3 cpp/prog.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/windows/3 cpp/prog.cpp b/test cases/windows/3 cpp/prog.cpp new file mode 100644 index 000000000..45638dffb --- /dev/null +++ b/test cases/windows/3 cpp/prog.cpp @@ -0,0 +1,7 @@ +#include<windows.h>
+
+class Foo;
+
+int main(int argc, char **argv) {
+ return 0;
+}
|
