We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bf752 commit e3f1cddCopy full SHA for e3f1cdd
1 file changed
test/test_pycparserext.py
@@ -126,6 +126,12 @@ def test_asm_label():
126
assert _round_trip_matches(src)
127
128
129
+def test_pointer_with_attr():
130
+ # https://github.com/inducer/pycparserext/issues/86
131
+ src = "typedef float * __attribute__((abc)) b;"
132
+ assert _round_trip_matches(src)
133
+
134
135
def test_funky_header_code():
136
src = """
137
extern __inline int __attribute__ ((__nothrow__)) __signbitf (float __x)
0 commit comments