summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2008-11-02-WeakAlias.c
blob: d10e57f5efe0dc0bfae1ad34ddf3091d30789f69 (plain)
1
2
3
4
5
// RUN: %llvmgcc -S -o - %s | grep weak
// PR2691

void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
void native_init_IRQ(void) {}
OpenPOWER on IntegriCloud