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