[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / clang / test / CodeGen / debug-info-line3.c
blobb2da4ef613f5001e57d5ab42ada4620e58123441
1 // RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm %s -o - | FileCheck %s
3 void func(char c, char* d)
5 *d = c + 1;
6 return;
15 // CHECK: ret void, !dbg [[LINE:.*]]
16 // CHECK: [[LINE]] = !DILocation(line: 6,