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