struct Base {}; template struct Derived {friend class T;}; int main() { return sizeof(Derived); } // semmle-extractor-options: --microsoft