diff options
Diffstat (limited to 'tqmake/examples/precompile/util.cpp')
-rw-r--r-- | tqmake/examples/precompile/util.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tqmake/examples/precompile/util.cpp b/tqmake/examples/precompile/util.cpp new file mode 100644 index 000000000..6a1545255 --- /dev/null +++ b/tqmake/examples/precompile/util.cpp @@ -0,0 +1,7 @@ +void util_function_does_nothing() +{ + // Nothing here... + int x = 0; + ++x; +} + |