Guest User

Untitled

a guest
Oct 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Test {
  2. static void Pre() {
  3. Test::<ここでPostが出せない>
  4. }
  5.  
  6. static void Post() {
  7. }
  8. };
  9. int main(int argc, char** argv) {
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment