index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
misc-non-copyable-objects.cpp
blob: 2f9060a81866ccc2c760085d042ab966502b9e67 (
plain
)
1
2
3
4
5
namespace
std
{
typedef
struct
FILE
{}
FILE
;
}
void
g
(
std
::
FILE
f
);