Vulkan-Headers/tests/vk_icd.c
Juan Ramos 43946b0feb tests: Test Non-API headers
Ensures the non-API headers compile correctly
2022-12-20 15:15:25 -07:00

6 lines
57 B
C

#include "vulkan/vk_icd.h"
int main()
{
return 0;
}