light/modules/math/vec2.test.cpp

8 lines
102 B
C++
Raw Normal View History

2026-01-20 13:22:30 +03:30
import test;
import math.vec2;
Suite raii = "raii"_suite = [] {
Case { "happy path" } = [] {
};
};