diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/091_async8.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/patches/091_async8.patch b/patches/patches/091_async8.patch new file mode 100644 index 0000000..8a93b31 --- /dev/null +++ b/patches/patches/091_async8.patch @@ -0,0 +1,16 @@ +20c20 +< print("X", .{}); +--- +> print("D", .{}); +28c28 +< print("X", .{}); +--- +> print("B", .{}); +31c31 +< print("X", .{}); +--- +> print("C", .{}); +34c34 +< print("X", .{}); +--- +> print("E", .{}); |