aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/vk_layer.c
blob: 490beb3a78318294c4c04d9e9e0547ef2f10d25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2022-2023 The Khronos Group Inc.
 * Copyright 2022-2023 Valve Corporation
 * Copyright 2022-2023 LunarG, Inc.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "vulkan/vk_layer.h"

int foobar()
{
    return 0;
}