Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
src-loc-1.h
blob: 90c2811fe8be33ba0d350111f4e98bbb3733151d [
file
] [
log
] [
blame
]
// PR c++/118904
#include
<source_location>
inline
std
::
source_location foo
()
{
return
std
::
source_location
::
current
();
}