We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-- -std=c++11
1 parent 953acc5 commit 86f059fCopy full SHA for 86f059f
tests/headers/noreturn.hpp
@@ -1,5 +1,4 @@
1
-// bindgen-flags: --enable-function-attribute-detection
+// bindgen-flags: --enable-function-attribute-detection -- -std=c++11
2
_Noreturn void f(void);
3
-// TODO (pvdrz): figure out how to handle this case.
4
__attribute__((noreturn)) void g(void);
5
[[noreturn]] void h(void);
0 commit comments