- Make BranchProbability constructor public.
[llvm/stm8.git] / test / FrontendC / implicit-arg.c
bloba6cb8bce7ed6bbebc706a9fa9fc2d8e463840d4e
1 // RUN: %llvmgcc %s -S -O0 -o -
2 // RUN: %llvmgcc %s -S -O1 -o -
3 // rdar://6518089
5 static int bar();
6 void foo() {
7 int a = bar();
9 int bar(unsigned a) {