mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed while(false) loop
This commit is contained in:
parent
35c9cba898
commit
8d3b0d9e59
2 changed files with 17 additions and 1 deletions
16
IDEHelper/Tests/src/Loops.bf
Normal file
16
IDEHelper/Tests/src/Loops.bf
Normal file
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
class Loops
|
||||
{
|
||||
[Test]
|
||||
public static void TestBasics()
|
||||
{
|
||||
while (false)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue