1 # regression tests for the msgcc utility
13 errormsg(locale, 2, "%s: bar foo");
17 OUTPUT t.mso $'str "foo bar"\nstr "%s: bar foo"'
19 EXEC -Dfprintf=_STDIO_ -c t.c
20 NOTE 'ignore readonly redefinitions'
25 fprintf(stderr, "foo bar");
28 OUTPUT t.mso $'str "foo bar"'