Gavin
2021-02-04 4e5aaefc7162b700b95c750caeff35e6323631d3
1
2
3
4
5
6
7
8
9
#include <iostream>
 
void func()
{
    int a;
    int *dev_a;
 
 
}