summaryrefslogtreecommitdiffstats
path: root/test/input/Namespace-extern-C-members.cxx
blob: debf987c3306634efade23acef9e54978041bde4 (plain)
1
2
3
4
5
6
namespace start {
  extern "C" {
    typedef int Int;
    Int function(Int);
  }
}