xref: /third_party/EGL/api/egltest.c (revision 02f4aeb0)
1/*
2 * Copyright 2013-2020 The Khronos Group Inc.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/* Simple test that generated EGL headers compile with C and C++ */
7#include "EGL/egl.h"
8#include "EGL/eglext.h"
9