Fix a bug in GetKnownAlignment of packed structs.
[oota-llvm.git] / test / CodeGen / CBackend / 2004-02-26-LinkOnceFunctions.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep func1 | grep WEAK
2
3 implementation
4
5 linkonce int %func1 () {
6   ret int 5
7 }
8