Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / misc-non-copyable-objects.cpp
blob2f9060a81866ccc2c760085d042ab966502b9e67
1 namespace std {
2 typedef struct FILE {} FILE;
5 void g(std::FILE f);