1## Show that the default output format matches GNU strings. 2RUN: echo -n abcd | llvm-strings - | FileCheck %s --strict-whitespace --implicit-check-not={{.}} 3CHECK: {{^}}abcd{{$}} 4