tools/perf/build: Remove unused config/feature-tests.mak
[deliverable/linux.git] / tools / perf / config / feature-checks / test-gtk2-infobar.c
CommitLineData
c7a79e96
IM
1#pragma GCC diagnostic ignored "-Wstrict-prototypes"
2#include <gtk/gtk.h>
3#pragma GCC diagnostic error "-Wstrict-prototypes"
4
5int main(void)
6{
7 gtk_info_bar_new();
8
9 return 0;
10}
This page took 0.024095 seconds and 5 git commands to generate.