We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17004d5 commit 9fdc6faCopy full SHA for 9fdc6fa
1 file changed
tests/failing_tests/conditionals/helper_cond.py
@@ -1,4 +1,4 @@
1
-from pythonbpf import bpf, map, section, bpfglobal
+from pythonbpf import bpf, map, section, bpfglobal, compile
2
from ctypes import c_void_p, c_int64, c_uint64
3
from pythonbpf.maps import HashMap
4
@@ -29,3 +29,6 @@ def hello_world(ctx: c_void_p) -> c_int64:
29
@bpfglobal
30
def LICENSE() -> str:
31
return "GPL"
32
+
33
34
+compile()
0 commit comments