#ifndef QLOW_SEM_BUILTIN_H #define QLOW_SEM_BUILTIN_H #include "Semantic.h" #include "Scope.h" namespace qlow { namespace sem { extern Class int32; NativeScope generateNativeScope(void); } } #endif // QLOW_SEM_BUILTIN_H