]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/perf/config/feature-checks/test-gtk2-infobar.c
tools/perf/build: Remove unused config/feature-tests.mak
[mirror_ubuntu-focal-kernel.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}