#include "pch.h" #include "Dummy.h" namespace WINML_EXPERIMENTALP { void Dummy::Test() { throw hresult_not_implemented(); } } // namespace WINML_EXPERIMENTALP