Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / readability-qualified-auto.cpp
blob03c5164e2ce13c06ff19284c827ac68fab0912ee
1 typedef int *MyPtr;
2 MyPtr getPtr();
4 void foo() {
5 auto TdNakedPtr = getPtr();