adding sdl3 compile test

This commit is contained in:
peterino2 2025-10-15 00:22:18 -07:00
parent e58a003266
commit 6618e20e31
1 changed files with 3 additions and 0 deletions

3
lib/sdl3/src/samples/compiletest.zig vendored Normal file
View File

@ -0,0 +1,3 @@
test "hi" {}
pub fn main() !void {}