0_0_18562496_30259.cpp: In function 'int main()':
0_0_18562496_30259.cpp:17:28: error: expected ')' before '::' token
asm("movq %0, %%rsp\n" :: "r"(p));
^
0_0_18562496_30259.cpp:17:37: error: 'asm' was not declared in this scope
asm("movq %0, %%rsp\n" :: "r"(p));
^
|