8 lines
60 B
C
8 lines
60 B
C
#include "bad2.h"
|
|
|
|
|
|
int bad2() {
|
|
int a =2;
|
|
return a;
|
|
|
|
}
|