repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git]
/
clang
/
test
/
CXX
/
basic
/
basic.stc
/
basic.stc.dynamic
/
p2-nodef.cpp
blob
9a740df5cebec9ab1d7ef2bccb4a7e74adb3cb63
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
4
int
*
use_new
(
int
N
) {
5
return new
int
[
N
];
6
}
7
8
int
std
=
17
;