aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-cxx0x.cpp
blob: 5753b05d728e944200f58e0b4b84bdf23d2c2795 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -emit-llvm-only -std=c++0x -g %s

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