Index: tests/nowarn/.expect/string.txt
===================================================================
--- tests/nowarn/.expect/string.txt	(revision d30c22957229a094959468625bda721051e9c843)
+++ tests/nowarn/.expect/string.txt	(revision d30c22957229a094959468625bda721051e9c843)
@@ -0,0 +1,1 @@
+done
Index: tests/nowarn/string.cfa
===================================================================
--- tests/nowarn/string.cfa	(revision d30c22957229a094959468625bda721051e9c843)
+++ tests/nowarn/string.cfa	(revision d30c22957229a094959468625bda721051e9c843)
@@ -0,0 +1,6 @@
+#include <string.hfa>
+#include <string_res.hfa>
+
+int main() {
+    printf( "done\n" );
+}
