1; RUN: llvm-extract -S --func=foo %s | FileCheck --check-prefixes=CHECK %s2 3define i32 @foo(i32 %x) {4 %y = add i32 %x, 15 ret i32 %y6}7