grammar: add bitwise operators `|`, `^`, `&`, and `~`
[nit.git] / tests / test_ffi_c_new_extern.nit
2015-02-05 Alexis Laferrièretests: test calling extern constructors from extern...