xref: /llvm-project/clang/test/CodeGen/debug-nvptx.c (revision 0d501f38f348cf046d40c9baee12f0c5145b6d8c)
1 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -o - -debug-info-kind=limited %s -emit-llvm | FileCheck %s
2 
3 // CHECK: DICompileUnit({{.*}}, nameTableKind: None
4 
f1(void)5 void f1(void) {
6 }
7