blob: b015ca854737eae3871814b96b50b44596be6c59 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -emit-llvm %s -o - |grep internal
Douglas Gregor04495c82009-02-24 01:23:02 +00002
3// C99 6.2.2p3
4// PR3425
5static void f(int x);
6
7void g0() {
8 f(5);
9}
10
11extern void f(int x) { } // still has internal linkage