@(a = `constant 10)
|
|
|
|
int q = @(`constant 10);
|
|
|
|
int w = @(a);
|
|
|
|
char *text=@(`constant "text");
|