summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/giomm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTK2/giomm/main.cpp')
-rw-r--r--Tests/FindGTK2/giomm/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/FindGTK2/giomm/main.cpp b/Tests/FindGTK2/giomm/main.cpp
new file mode 100644
index 0000000..8303ba9
--- /dev/null
+++ b/Tests/FindGTK2/giomm/main.cpp
@@ -0,0 +1,7 @@
+#include <giomm.h>
+
+int main(int argc, char *argv[])
+{
+ Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path");
+ return 0;
+}