From aa454620bff8b6c5dcd4e0e379726307ad1918da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 05:00:29 +0000 Subject: Created Raul namespace. git-svn-id: http://svn.drobilla.net/lad/raul@265 a436a847-0d15-0410-975c-d299462d15a1 --- tests/atomic_test.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/atomic_test.cpp (limited to 'tests/atomic_test.cpp') diff --git a/tests/atomic_test.cpp b/tests/atomic_test.cpp new file mode 100644 index 0000000..c10677a --- /dev/null +++ b/tests/atomic_test.cpp @@ -0,0 +1,14 @@ +#include +#include +#include + +using namespace std; +using namespace Raul; + +int +main() +{ + cout << "Well, at least I compiled; that's gotta count for something eh?" << endl; + + return 0; +} -- cgit v1.2.1