blob: 5a2bf250be86f0460e4056169228250fb58838e9 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4257049 */
typedef unsigned long testAsmFuncType;
extern testAsmFuncType testAsmFunction();
asm testAsmFuncType
testAsmFunction() {
nofralloc
li r3, 1
blr
}