Squish: Add test for renaming macros

Change-Id: I9c9bc9556234ec321c6e3723f5276a0b66f6c90a
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2012-10-09 15:00:17 +02:00
parent d2aa497564
commit a1a3da9d2d
8 changed files with 240 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#include <iostream>
#include "testfile.h"
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}