Skip to content

Instantly share code, notes, and snippets.

#! /bin/bash
set -e
git clone https://repo.or.cz/tinycc.git /tmp/tinycc
cd /tmp/tinycc
wget https://raw.githubusercontent.com/c-testsuite/c-testsuite/refs/heads/master/tests/single-exec/00152.c
git bisect reset
git bisect start
git bisect bad 34b7b2cef59191fb6fa3c853bccfa53de6090362
git bisect good d348a9a51d32cece842b7885d27a411436d7887b
while : ; do
@sleeptightAnsiC
sleeptightAnsiC / ActorSingleton.cpp
Last active August 29, 2023 20:08
UE5 ActorSingleton
#include "ActorSingleton.h"
#include "Kismet/GameplayStatics.h"
#include "Subsystems/EditorActorSubsystem.h"
#include "Editor.h"
DEFINE_LOG_CATEGORY(ActorSingleton);
void AActorSingleton::OnConstruction(const FTransform& Transform)
{