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