mirror of
https://github.com/g-truc/glm.git
synced 2026-08-12 16:19:30 +00:00
8 lines
51 B
C++
8 lines
51 B
C++
int main()
|
|
{
|
|
int Failed = 0;
|
|
|
|
return Failed;
|
|
}
|
|
|