format chore

This commit is contained in:
2025-10-04 06:33:09 +05:30
parent 7aeac86bd3
commit 7720fe9f9f
2 changed files with 1 additions and 3 deletions

View File

@ -49,6 +49,7 @@ def emit_global(module: ir.Module, node, name):
gvar.global_constant = False
return gvar
def globals_processing(tree, module):
"""Process stuff decorated with @bpf and @bpfglobal except license and return the section name"""
globals_sym_tab = []

View File

@ -18,9 +18,6 @@ def somevalue2() -> c_int64:
def somevalue1() -> c_int32:
return c_int32(0)
import ast
from dataclasses import dataclass
from typing import List
# --- Passing examples ---