Skip to content

Instantly share code, notes, and snippets.

@mamontov-cpp
Created November 20, 2014 12:39
Show Gist options
  • Save mamontov-cpp/a8458f0351060bd14efb to your computer and use it in GitHub Desktop.
Save mamontov-cpp/a8458f0351060bd14efb to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
int (**b[10])(), *c, ***d, f;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment