diff options
Diffstat (limited to 'clang/test/CodeGenCXX/dllimport.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/dllimport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/dllimport.cpp b/clang/test/CodeGenCXX/dllimport.cpp index d8e58f71903..c4640c1af5d 100644 --- a/clang/test/CodeGenCXX/dllimport.cpp +++ b/clang/test/CodeGenCXX/dllimport.cpp @@ -8,7 +8,7 @@ void DLLIMPORT a(); inline void DLLIMPORT b() {} // CHECK-DAG: define available_externally dllimport void @"\01?b@@YAXXZ"() -template <typename T> inline void c() {} // FIXME: MSVC accepts this without 'inline' too. +template <typename T> void c() {} template void DLLIMPORT c<int>(); // CHECK-DAG: define available_externally dllimport void @"\01??$c@H@@YAXXZ"() |

