cdecl-blocks icon indicating copy to clipboard operation
cdecl-blocks copied to clipboard

"static volatile X" not supported

Open fenugrec opened this issue 8 years ago • 2 comments

The combination of "static" and "volatile" seems to be problematic, as tested on http://cdecl.org : "static volatile int asdf" => syntax error

fenugrec avatar Dec 20 '16 02:12 fenugrec

Strangly enough static volatile * int f works.

bstaletic avatar Feb 24 '17 15:02 bstaletic

static int volatile asdf works

samuelololol avatar Apr 09 '17 04:04 samuelololol