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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
implicit-int.cpp
blob
31cc20986c0a863fa37e68d1e191f961d92def99
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
x
;
// expected-error{{a type specifier is required for all declarations}}
4
5
f
(
int
y
) {
return
y
; }
// expected-error{{a type specifier is required for all declarations}}