Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
icstp-compiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaoyi Zhao
icstp-compiler
4430289f9e96e13b38e4af9b4e20d5a753e7c028
icstp-compiler
Test
senamic_test
simple_test
test1.cmm
Find file
Normal view
Permalink
test1.cmm
44 B
Newer
Older
fix bug AND and OR %left in IF
zhaochaoyi
committed
2 years ago
1
2
3
4
5
int
main
()
{
int
i
=
0
;
j
=
i
+
1
;
}