#include #include "../include/Runtime.h" int main() { int x = 1; int y = x; int z = 9; return 0; }