ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
965 stars 72 forks source link

"static volatile X" not supported #1

Open fenugrec opened 7 years ago

fenugrec commented 7 years ago

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

bstaletic commented 7 years ago

Strangly enough static volatile * int f works.

samuelololol commented 7 years ago

static int volatile asdf works