Add missing pragma once.

This commit is contained in:
2025-07-18 16:08:58 -05:00
parent 588b78be69
commit e779e77922

View File

@ -1,3 +1,5 @@
#pragma once
typedef int int32_t;
void doSomething(int32_t a, int32_t b);