Last active
January 26, 2017 21:27
-
-
Save pfultz2/d6fff6b0f0666df88fd5695789b2c5fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template <class am> void an(long r, am) { | |
const long aq(r); | |
[&] { | |
[&] { aq; }; | |
aq; | |
}; | |
} | |
int main() { an(0, 0); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment