summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp
blob: ff653d5fef08f6bca45e26aa72355ea6cb652e15 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -fsyntax-only -verify %s

int *use_new(int N) {
  return new int [N];
}

int std = 17;
OpenPOWER on IntegriCloud