diff options
Diffstat (limited to 'Tests/GeneratorExpression/empty.cpp')
-rw-r--r-- | Tests/GeneratorExpression/empty.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/GeneratorExpression/empty.cpp b/Tests/GeneratorExpression/empty.cpp index c539901..f8732a4 100644 --- a/Tests/GeneratorExpression/empty.cpp +++ b/Tests/GeneratorExpression/empty.cpp @@ -1,2 +1,4 @@ - -// empty +#ifdef _WIN32 +__declspec(dllexport) +#endif +int main() { return 0; } |