Files
UnrealEngineUWP/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.h
Mikolaj Sieluzycki f301a29aca Add basic UnrealCodeAnalyzer tests.
[CL 2613399 by Mikolaj Sieluzycki in Main branch]
2015-07-08 08:24:54 -04:00

9 lines
157 B
C++

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "UseClass.h"
template <typename T>
void TemplateFunction_Explicit()
{ }