Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/X86/General/General.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/X86/General/General.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/X86/General/General.cs b/src/tests/JIT/HardwareIntrinsics/X86/General/General.cs
new file mode 100644
index 00000000000..82cfc26feea
--- /dev/null
+++ b/src/tests/JIT/HardwareIntrinsics/X86/General/General.cs
@@ -0,0 +1,11 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+namespace IntelHardwareIntrinsicTest.General
+{
+ public partial class Program
+ {
+ private const int Pass = 100;
+ private const int Fail = -1;
+ }
+} \ No newline at end of file