From a5bb008eb554daf26f55b5fe43b0fa12ffb15973 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 31 Jul 2018 12:19:22 +0800 Subject: *update --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 256f39d..50d4ef0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,6 +10,7 @@ #include "libjin/jin.h" +#include #include int main(int argc, char* argv[]) @@ -43,6 +44,9 @@ int main(int argc, char* argv[]) #undef BUFFER_SIZE luax_setfield_string(L, "_dir", buffer); + short a = -9; + std::cout << (a << 8); + // boot jin::lua::boot(L); -- cgit v1.1-26-g67d0