aboutsummaryrefslogtreecommitdiff
path: root/tests/internal/test_imported_proc_groups/proc_group.odin
blob: 59519ab9cef5b8ea4d9c4f23d8d724047dfbe171 (plain)
1
2
3
4
package test_imported_proc_groups

proc_group :: proc{empty_proc}
empty_proc :: proc() { }