tests: remove gl reference images
[cairo.git] / meson-cc-tests / check-unused-result.c
blobce7279ec8b2e1d14fdf344147ba2a26492219b51
1 __attribute__((__warn_unused_result__)) void f (void) {}
2 __attribute__((__warn_unused_result__)) int g;
4 int main(int c, char **v)
6 (void)c;
7 (void)v;
8 return 0;