Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / sav / hello.res
diff --git a/tests/sav/hello.res b/tests/sav/hello.res
new file mode 100644 (file)
index 0000000..8441112
--- /dev/null
@@ -0,0 +1,5 @@
+digraph "G" {
+"hello" ;
+"world" ;
+"hello" -> "world" ;
+}