xref: /llvm-project/llvm/test/tools/llvm-size/version.test (revision a8eef4e5f50009f9b4387c8e617f34493549a781)
1## Show that --version works for llvm-size.
2
3RUN: llvm-size --version | FileCheck %s
4CHECK: version
5