forked from KolibriOS/kolibrios
Update skipped files in previous commit
git-svn-id: svn://kolibrios.org@9766 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
int a=431;
|
||||
int b=532;
|
||||
int a = 431;
|
||||
int b = 532;
|
||||
|
||||
int main(){
|
||||
assert(a!=b);
|
||||
assert(a==b);
|
||||
int main()
|
||||
{
|
||||
assert(a != b);
|
||||
assert(a == b);
|
||||
}
|
Reference in New Issue
Block a user