Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
tools
/
build
/
feature
/
test-gtk2.c
blob: 2aaf4bfc20556add03edc51d2e982c4d3f29b84b [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#pragma
GCC diagnostic ignored
"-Wstrict-prototypes"
#include
<gtk/gtk.h>
#pragma
GCC diagnostic error
"-Wstrict-prototypes"
int
main
(
int
argc
,
char
*
argv
[])
{
gtk_init
(&
argc
,
&
argv
);
return
0
;
}