]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/debug-info-line3.c
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / CodeGen / debug-info-line3.c
1 // RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s
2
3 void func(char c, char* d)
4 {
5   *d = c + 1;
6   return;
7   
8
9   
10   
11   
12   
13 }
14
15 // CHECK: ret void, !dbg [[LINE:.*]]
16 // CHECK: [[LINE]] = !DILocation(line: 6,