OSDN Git Service

lex_test.cpp Add.
authortomoaki <tomoaki@edge-vpc-debian6.yahagi>
Wed, 16 May 2012 21:36:44 +0000 (06:36 +0900)
committertomoaki <tomoaki@edge-vpc-debian6.yahagi>
Wed, 16 May 2012 21:36:44 +0000 (06:36 +0900)
roast/test/linux_test2/lex_test.cpp [new file with mode: 0644]

diff --git a/roast/test/linux_test2/lex_test.cpp b/roast/test/linux_test2/lex_test.cpp
new file mode 100644 (file)
index 0000000..bda51dd
--- /dev/null
@@ -0,0 +1,9 @@
+#include "roast/lexical.hpp"
+
+using namespace roast;
+
+int main()
+{
+       return 0;
+}
+