blob: cf3fe56806fd6456ead47ddb32d02a35f4abb3bb (
plain)
1
2
3
4
5
6
7
8
|
/*
* Copyright 2013-2020 The Khronos Group Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/* Simple test that generated EGL headers compile with C and C++ */
#include "EGL/egl.h"
#include "EGL/eglext.h"
|