git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297170
91177308-0d34-0410-b5e6-
96231b3b80d8
; RUN: llvm-as < %s -o %t
; RUN: llvm-dis < %t -o - | FileCheck %s
+; Testcase from PR32042.
; Created at -02 from:
; bool alpha(int);
; bool bravo(int charlie) { return (alpha(charlie)); }
; static int delta(int charlie) { return charlie + 1; }
; __attribute__((nodebug)) bool echo(int foxtrot) {
-; return (bravo(delta(foxtrot)));
+; return bravo(delta(foxtrot));
; }
source_filename = "t.c"