0_0_39528616_13774.cpp:39:31: error: stray '\' in program
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^
0_0_39528616_13774.cpp:39:38: error: missing terminating " character
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0_0_39528616_13774.cpp: In function 'int main()':
0_0_39528616_13774.cpp:39:18: error: unable to find numeric literal operator 'operator""vq'
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^~~
0_0_39528616_13774.cpp:39:18: note: use '-fext-numeric-literals' to enable more built-in suffixes
0_0_39528616_13774.cpp:39:26: error: expected primary-expression before '%' token
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^
0_0_39528616_13774.cpp:39:27: error: expected primary-expression before '%' token
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^
0_0_39528616_13774.cpp:39:28: error: 'rsp' was not declared in this scope
39 | int size(2vq %0, %%rsp\n"::"r"((char*)malloc(size)+size));
| ^~~
|