This website works better with JavaScript.
Explore
Help
Register
Sign In
tlang
/
tlang
mirror of
http://deavmi.assigned.network/git/tlang/tlang.git
Watch
1
Star
0
Fork
You've already forked tlang
0
Code
Issues
Projects
Releases
Wiki
Activity
Updated test case
Browse Source
deps_refactor
Tristan B. V. Kildaire
2 years ago
parent
f0b0f83c45
commit
7dd8f2df75
1 changed files
with
2 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
source/tlang/testing/typecheck/simple_dependence_correct8.t
Unescape
Escape
View File
@ -7,5 +7,6 @@ p=2+p;
void
main
(
)
{
int
k
=
1
;
k
=
k
+
1
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
tlang/tlang
Title
Body
Create Issue