1 // RUN: %llvmgcc %s -S -Os -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s
3 extern void func(const char *, const char *);
5 void long_function_name() {
6 func("%s: the function name", __func__
);
11 // CHECK: .asciz "long_function_name"