mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-10 14:05:28 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
|
||||
int main(){
|
||||
const int p = 10;
|
||||
const void *vp = &p;
|
||||
void *vp = &p; //error
|
||||
int main() {
|
||||
const int p = 10;
|
||||
const void *vp = &p;
|
||||
void *vp = &p; // error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user