diff options
Diffstat (limited to 'Tests/QtAutomocNoQt/main.c')
-rw-r--r-- | Tests/QtAutomocNoQt/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/QtAutomocNoQt/main.c b/Tests/QtAutomocNoQt/main.c new file mode 100644 index 000000000..8488f4e58 --- /dev/null +++ b/Tests/QtAutomocNoQt/main.c @@ -0,0 +1,4 @@ +int main(void) +{ + return 0; +} |