vulkan-headers/tests/vk_hpp_module.cpp

6 lines
No EOL
59 B
C++

import vulkan_hpp;
int square(int i)
{
return i * i;
}