Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / tests / test-161.cs
blob7877bdea6394a32de70e93febf31b6bae14c1b91
1 using System;
3 public class ZipEntry
5 DateTime cal = DateTime.Now;
7 public ZipEntry(string name)
11 public ZipEntry(ZipEntry e)
15 public DateTime DateTime {
16 get {
17 return cal;
21 public static int Main () {
22 // Compilation only test.
23 return 0;