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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Frontend
/
stdin-input.c
blob
e8c890efa09ec0426e85b9d6c066728a28cccd5f
1
// RUN: cat %s | %clang -emit-llvm -g -S \
2
// RUN: -Xclang -main-file-name -Xclang test/foo.c -x c - -o - | FileCheck %s
3
// CHECK: ; ModuleID = 'test/foo.c'
4
// CHECK: source_filename = "test/foo.c"
5
// CHECK: !DIFile(filename: "test/foo.c"
6
7
int
main
(
void
) {}