Sign in
fuchsia
/
third_party
/
wayland
/
581c62841f2215ee12a8d9af4e4c05d052c6a204
/
.
/
tests
/
cpp-compile-test.cpp
blob: 1e84e6376e651ad1d89d3ffb95e4e5c61c996959 [
file
]
/* This source should compile fine with C++ compiler */
#include
"wayland-server-protocol.h"
int
main
()
{
return
0
;
}