summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-cxx0x.cpp
blob: 37ccdb01c5c052c0dd0aa6e102a4c94ef784c802 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -emit-llvm-only -std=c++11 -g %s

namespace PR9414 {
  int f() {
    auto x = 0;
    return x;
  }
}