mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
7 lines
192 B
C
7 lines
192 B
C
// RUN: %clang %s -emit-llvm -S -o - | FileCheck %s
|
|
// Verify that clang version appears in the llvm.ident metadata.
|
|
|
|
// CHECK: !llvm.ident = !{!0}
|
|
// CHECK: !0 = metadata !{metadata !{{.*}}
|
|
|