My omnium-gatherom of scripts and source code.
at main 5 lines 55 B view raw
1int main() { 2 int a; 3 auto b = &a; 4 b = *b; 5}