1## Show that --version works for llvm-strings.
2
3RUN: llvm-strings --version | FileCheck %s
4CHECK: version
5