Skip to content

Commit fb00846

Browse files
committed
Update struct_13
1 parent 27c5c5c commit fb00846

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration_tests/structs_13.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
from lpython import i32, i16, i64, CPtr, dataclass, ccall, Pointer, c_p_pointer, sizeof
1+
from lpython import (i32, i16, i64, CPtr, dataclass, ccall, Pointer,
2+
c_p_pointer, sizeof, ccallable)
23
from numpy import array
34

5+
@ccallable
46
@dataclass
57
class A:
68
x: i32

0 commit comments

Comments
 (0)