We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c5c5c commit fb00846Copy full SHA for fb00846
integration_tests/structs_13.py
@@ -1,6 +1,8 @@
1
-from lpython import i32, i16, i64, CPtr, dataclass, ccall, Pointer, c_p_pointer, sizeof
+from lpython import (i32, i16, i64, CPtr, dataclass, ccall, Pointer,
2
+ c_p_pointer, sizeof, ccallable)
3
from numpy import array
4
5
+@ccallable
6
@dataclass
7
class A:
8
x: i32
0 commit comments