diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/headers/noreturn.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/headers/noreturn.hpp b/tests/headers/noreturn.hpp index deaa3b1a..4ce1e11e 100644 --- a/tests/headers/noreturn.hpp +++ b/tests/headers/noreturn.hpp @@ -1,5 +1,4 @@ -// bindgen-flags: --enable-function-attribute-detection +// bindgen-flags: --enable-function-attribute-detection -- -std=c++11 _Noreturn void f(void); -// TODO (pvdrz): figure out how to handle this case. __attribute__((noreturn)) void g(void); [[noreturn]] void h(void); |