Files
qt-creator/tests/system/suite_editors/shared/simplePlainCPP/main.cpp
Christian Stenger a1a3da9d2d Squish: Add test for renaming macros
Change-Id: I9c9bc9556234ec321c6e3723f5276a0b66f6c90a
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
2012-10-19 13:29:55 +02:00

12 lines
127 B
C++

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