llvm-project/clang/test/Headers/ms-intrin.cpp

7 lines
131 B
C++
Raw Normal View History

// RUN: %clang -target i386-pc-win32 -fms-extensions -fsyntax-only %s
#include <Intrin.h>
template <typename T>
void foo(T V) {}