1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc void func(char c, char* d) 4*f4a2713aSLionel Sambuc { 5*f4a2713aSLionel Sambuc *d = c + 1; 6*f4a2713aSLionel Sambuc return; 7*f4a2713aSLionel Sambuc 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel Sambuc 10*f4a2713aSLionel Sambuc 11*f4a2713aSLionel Sambuc 12*f4a2713aSLionel Sambuc 13*f4a2713aSLionel Sambuc } 14*f4a2713aSLionel Sambuc 15*f4a2713aSLionel Sambuc // CHECK: ret void, !dbg [[LINE:.*]] 16*f4a2713aSLionel Sambuc // CHECK: [[LINE]] = metadata !{i32 6, 17