diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/tests/.snapshots/proc_types.odin | 8 | ||||
| -rw-r--r-- | tools/odinfmt/tests/proc_types.odin | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tools/odinfmt/tests/.snapshots/proc_types.odin b/tools/odinfmt/tests/.snapshots/proc_types.odin index da6e334..50bf04d 100644 --- a/tools/odinfmt/tests/.snapshots/proc_types.odin +++ b/tools/odinfmt/tests/.snapshots/proc_types.odin @@ -3,3 +3,11 @@ package odinfmt_test GetPhysicsBody :: proc(index: int) -> ReallllllllllllllllllllllllllllllllllllllyThiccccccccccccccccccccccccPhysicsBody + + +tracking_allocator_check_leaks :: proc( + tracking_allocator: ^mem.Tracking_Allocator, +) { + + +} diff --git a/tools/odinfmt/tests/proc_types.odin b/tools/odinfmt/tests/proc_types.odin index 53dafa3..3cd54f1 100644 --- a/tools/odinfmt/tests/proc_types.odin +++ b/tools/odinfmt/tests/proc_types.odin @@ -3,3 +3,8 @@ package odinfmt_test GetPhysicsBody :: proc(index: int) -> ReallllllllllllllllllllllllllllllllllllllyThiccccccccccccccccccccccccPhysicsBody + +tracking_allocator_check_leaks :: proc(tracking_allocator: ^mem.Tracking_Allocator) { + + +} |