0_0_39553135_28522.cpp: In function 'int main()':
0_0_39553135_28522.cpp:6:25: error: expected initializer before 'asm'
6 | register int x asm ("ecx");
| ^~~
0_0_39553135_28522.cpp:7:25: error: expected initializer before 'asm'
7 | register int y asm ("edx");
| ^~~
0_0_39553135_28522.cpp:10:9: error: 'x' was not declared in this scope
10 | x=a,y=b;
| ^
0_0_39553135_28522.cpp:10:13: error: 'y' was not declared in this scope
10 | x=a,y=b;
| ^
|