1 // RUN: %clang %s -emit-llvm -S -o - | FileCheck %s
2 // Verify that clang version appears in the llvm.ident metadata.
3 
4 // CHECK: !llvm.ident = !{{{.*}}}
5 // CHECK: !{{[0-9]+}} = !{!{{.*}}
6 
7