1 ; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | not grep {nocapture *%%q}
2 ; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep {nocapture *%%p}
4 define i32* @a(i32** %p) {
9 define i32* @b(i32 *%q) {
11 store i32* %q, i32** %mem
12 %tmp = call i32* @a(i32** %mem)