summaryrefslogtreecommitdiff
path: root/tests/giomm_simple/main.cc
blob: 1f318f05b8dc4e385dd90636cf9d24d50e9dfc82 (plain)
1
2
3
4
5
6
7
8

#include <glibmm.h>

int main(int, char**)
{
  return 0;
}