index
:
ctor.git
custom-gcc-bootstrap
develop
externals
master
matrix_experiments
msvc
speed
win32
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
foo.cc
blob: b2c478ca7c8fe5086cc30a066eaecf36ba4c4115 (
plain
)
1
2
3
4
5
6
#include <iostream> void foo() { std::cout << __FILE__ << "\n"; }