From aaf50e831437cf10dbf4756b29b780b1305ade3f Mon Sep 17 00:00:00 2001 From: tomoaki Date: Thu, 17 May 2012 06:36:44 +0900 Subject: [PATCH] lex_test.cpp Add. --- roast/test/linux_test2/lex_test.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roast/test/linux_test2/lex_test.cpp diff --git a/roast/test/linux_test2/lex_test.cpp b/roast/test/linux_test2/lex_test.cpp new file mode 100644 index 00000000..bda51dd8 --- /dev/null +++ b/roast/test/linux_test2/lex_test.cpp @@ -0,0 +1,9 @@ +#include "roast/lexical.hpp" + +using namespace roast; + +int main() +{ + return 0; +} + -- 2.11.0