plumageRender/external/gli/test/bug/bug.cpp

13 lines
81 B
C++

#include <gli/gli.hpp>
int main()
{
int Error = 0;
{
}
return Error;
}